home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / sox / com / commerceone / CBL / n1_0 / AvailabilityCheckSummary.sox < prev    next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  1.0 KB  |  38 lines  |  [TEXT/ttxt]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
  3.  
  4. <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0">
  5.  
  6. <intro>
  7. <p>Copyright Notice</p>
  8. <p>Common Business Library 2.0<br/>
  9. Copyright 1999 Commerce One, Inc.</p>
  10. <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
  11. and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
  12. and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p> 
  13. </intro>
  14.  
  15. <!-- 
  16.     AvailabilityCheckSummary - summary file used for Availability Checks 
  17.  -->
  18.  
  19.  
  20. <elementtype name="AvailabilityCheckSummary">
  21.     <model>
  22.         <sequence>
  23.             <!--  The number of documents included in the result that
  24.                 contain errors.  0 = no errors  -->
  25.             <element type="int"     name="AvailabilityItemErrors" />
  26.  
  27.             <!--  if filled then there is an error -->
  28.             <element type="ErrorInfo" name="SummaryErrorInfo" occurs="?" />                        
  29.         </sequence>
  30.  
  31.     </model>
  32. </elementtype>
  33.  
  34. </schema>
  35.  
  36.  
  37.  
  38.